home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / stdwin.zoo / h / endian.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-10-17  |  139 b   |  7 lines

  1. /* Definitions for byte order. */
  2.  
  3. #define LIL_ENDIAN    1234        /* VAX style */
  4. #define BIG_ENDIAN    4321        /* 68000 style */
  5.  
  6. extern int endian;
  7.